a:link
{
	color: rgb(0,0,155); 
}
a:visited
{
	color: rgb(153,102,153); 
} 
a:active 
{
	color: rgb(255,0,255);
}
body {
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : blue;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #999999;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #a28344;
}

font {
	font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
	color: rgb(0,0,0);
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}
table
{
	table-border-color-light: rgb(204,153,255);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: arial, Times New Roman, Times;
}
h1
{
	color: rgb(0,0,0);
	font-size : 14pt;
}
h2
{
	color: rgb(0,0,51); 
	font-size : 14pt;
}
h3
{
	color: rgb(102,0,51); 
		font-size : 10pt;
}
h4
{
	color: rgb(51,102,51);
		font-size : 10pt;
}
h5
{
	color: rgb(102,0,51);
		font-size : 10pt;
}
h6
{
	color: rgb(51,102,51);
		font-size : 10pt;
}